1.The password is too complex to be converted to a Lan Manager password. The Lan Manager password returned is a NULL string.
密码太复杂,无法转换成LANManager密码。返回的LANManager密码为空字符串。
2.However, the . NET client de-serializes it into a zero length string instead of a null string.
然而,.NET客户端将其反序列化成长度为0的字符串而不是空的字符串。
3.The unary operator -z tests for a null string, while -n or no operator at all returns True if a string is not empty.
单目操作符-z测试null字符串,如果字符串非空-n返回True(或者根本没有操作符)。
4.To let users select the file to import, specify a null string for filename .
为了让用户选择要导入的文件,文件名指定一个空字符串。
5.Specifying a null string for file name If you specify a null string for filename , the remaining arguments are ignored.
指定一个文件名称为空字符串,如果你指定一个空字符串为文件名,其余的参数被忽略。
6.If a page action method invocation returns a non-null string value, Seam treats it as a navigation event.
如果页面动作方法调用返回一个非空字符串值,则Seam将其当作一个导航事件。
7.When it reads NULL data from the data store, it sees that string and then empties the buffer, creating a NULL string.
当它从数据存储区中读取NULL数据时,它会看到该字符串然后清空缓冲区以创建NULL字符串。
8.b " matches the null string at either the start or the end of a word. "
匹配一个单词开头和结尾的空字符串。
9.matches the null string at the start of a word.
匹配一个单词开头的空字符串。
10.(null string) caches the results of the lookup.
(空字符串)缓存结果的查找。